From 289f3b1b2b20f38fdd88d85f0dd2850b2ccbae7f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 28 Jun 2010 12:36:33 -0400 Subject: [PATCH] Avoid a stray 'yes' in configure output The corresponding AC_MSG_CHECKING line got lost --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index c762bff860..70db346def 100644 --- a/configure.ac +++ b/configure.ac @@ -740,6 +740,8 @@ AC_MSG_RESULT($gtk_uxtheme_h) AC_CHECK_HEADERS(crt_externs.h) AC_CHECK_FUNCS(_NSGetEnviron) +AC_MSG_CHECKING(whether to build dynamic modules) + AC_ARG_ENABLE(modules, [AC_HELP_STRING([--disable-modules], [disable dynamic module loading])]) -- 2.30.2